<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="RELATORIO%20F_arquivos/estilo.css">
<link rel="stylesheet" href="RELATORIO%20F_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="RELATORIO%20F_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="RELATORIO%20F_arquivos/jquery.js" type="text/javascript"></script>
<script src="RELATORIO%20F_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="RELATORIO%20F_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="RELATORIO%20F_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | F - 3 Perodo - 29/10/2012 - 17/01/2013</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="3" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="35" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96448" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="3 Perodo - 29/10/2012 - 17/01/2013" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228724&nbsp;ALLAN MATHEUS RODRIGUES ALVES
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="1228724" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228724_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_154" id="ci_AlunoAvaliacao_1228724_154" value="99798642" type="hidden">
                <input name="nr_Nota_1228724_154" id="nr_Nota_1228724_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_160" id="ci_AlunoAvaliacao_1228724_160" value="99798643" type="hidden">
                <input name="nr_Nota_1228724_160" id="nr_Nota_1228724_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_530" id="ci_AlunoAvaliacao_1228724_530" value="99660523" type="hidden">
                <input name="nr_Nota_1228724_530" id="nr_Nota_1228724_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_780" id="ci_AlunoAvaliacao_1228724_780" value="99252239" type="hidden">
                <input name="nr_Nota_1228724_780" id="nr_Nota_1228724_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_800" id="ci_AlunoAvaliacao_1228724_800" value="99798644" type="hidden">
                <input name="nr_Nota_1228724_800" id="nr_Nota_1228724_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_890" id="ci_AlunoAvaliacao_1228724_890" value="99371250" type="hidden">
                <input name="nr_Nota_1228724_890" id="nr_Nota_1228724_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_970" id="ci_AlunoAvaliacao_1228724_970" value="99252442" type="hidden">
                <input name="nr_Nota_1228724_970" id="nr_Nota_1228724_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_3330" id="ci_AlunoAvaliacao_1228724_3330" value="99798645" type="hidden">
                <input name="nr_Nota_1228724_3330" id="nr_Nota_1228724_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_1130" id="ci_AlunoAvaliacao_1228724_1130" value="99371466" type="hidden">
                <input name="nr_Nota_1228724_1130" id="nr_Nota_1228724_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_1140" id="ci_AlunoAvaliacao_1228724_1140" value="99798646" type="hidden">
                <input name="nr_Nota_1228724_1140" id="nr_Nota_1228724_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_1200" id="ci_AlunoAvaliacao_1228724_1200" value="99798647" type="hidden">
                <input name="nr_Nota_1228724_1200" id="nr_Nota_1228724_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_1620" id="ci_AlunoAvaliacao_1228724_1620" value="99798648" type="hidden">
                <input name="nr_Nota_1228724_1620" id="nr_Nota_1228724_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228724_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228724_1730" id="ci_AlunoAvaliacao_1228724_1730" value="99252682" type="hidden">
                <input name="nr_Nota_1228724_1730" id="nr_Nota_1228724_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;892021&nbsp;ALLESSON BRUNO RODRIGUES FERREIRA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="892021" type="hidden"></td>
            
            <td id="colunaNotaAluno_892021_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_154" id="ci_AlunoAvaliacao_892021_154" value="100097686" type="hidden">
                <input name="nr_Nota_892021_154" id="nr_Nota_892021_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_160" id="ci_AlunoAvaliacao_892021_160" value="99808905" type="hidden">
                <input name="nr_Nota_892021_160" id="nr_Nota_892021_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_530" id="ci_AlunoAvaliacao_892021_530" value="99660524" type="hidden">
                <input name="nr_Nota_892021_530" id="nr_Nota_892021_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_780" id="ci_AlunoAvaliacao_892021_780" value="99252240" type="hidden">
                <input name="nr_Nota_892021_780" id="nr_Nota_892021_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_800" id="ci_AlunoAvaliacao_892021_800" value="99932177" type="hidden">
                <input name="nr_Nota_892021_800" id="nr_Nota_892021_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_890" id="ci_AlunoAvaliacao_892021_890" value="99371251" type="hidden">
                <input name="nr_Nota_892021_890" id="nr_Nota_892021_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_970" id="ci_AlunoAvaliacao_892021_970" value="99252443" type="hidden">
                <input name="nr_Nota_892021_970" id="nr_Nota_892021_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_3330" id="ci_AlunoAvaliacao_892021_3330" value="99932306" type="hidden">
                <input name="nr_Nota_892021_3330" id="nr_Nota_892021_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_1130" id="ci_AlunoAvaliacao_892021_1130" value="99371467" type="hidden">
                <input name="nr_Nota_892021_1130" id="nr_Nota_892021_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_1140" id="ci_AlunoAvaliacao_892021_1140" value="100098478" type="hidden">
                <input name="nr_Nota_892021_1140" id="nr_Nota_892021_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_1200" id="ci_AlunoAvaliacao_892021_1200" value="99808377" type="hidden">
                <input name="nr_Nota_892021_1200" id="nr_Nota_892021_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_1620" id="ci_AlunoAvaliacao_892021_1620" value="99809464" type="hidden">
                <input name="nr_Nota_892021_1620" id="nr_Nota_892021_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892021_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892021_1730" id="ci_AlunoAvaliacao_892021_1730" value="99252683" type="hidden">
                <input name="nr_Nota_892021_1730" id="nr_Nota_892021_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;542761&nbsp;ANDERSON FARIAS SOUSA
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="542761" type="hidden"></td>
            
            <td id="colunaNotaAluno_542761_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_154" id="ci_AlunoAvaliacao_542761_154" value="100097687" type="hidden">
                <input name="nr_Nota_542761_154" id="nr_Nota_542761_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_160" id="ci_AlunoAvaliacao_542761_160" value="99808906" type="hidden">
                <input name="nr_Nota_542761_160" id="nr_Nota_542761_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_530" id="ci_AlunoAvaliacao_542761_530" value="99660525" type="hidden">
                <input name="nr_Nota_542761_530" id="nr_Nota_542761_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_780" id="ci_AlunoAvaliacao_542761_780" value="99252241" type="hidden">
                <input name="nr_Nota_542761_780" id="nr_Nota_542761_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_800" id="ci_AlunoAvaliacao_542761_800" value="99932178" type="hidden">
                <input name="nr_Nota_542761_800" id="nr_Nota_542761_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_890" id="ci_AlunoAvaliacao_542761_890" value="99371252" type="hidden">
                <input name="nr_Nota_542761_890" id="nr_Nota_542761_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_970" id="ci_AlunoAvaliacao_542761_970" value="99252444" type="hidden">
                <input name="nr_Nota_542761_970" id="nr_Nota_542761_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_3330" id="ci_AlunoAvaliacao_542761_3330" value="99932307" type="hidden">
                <input name="nr_Nota_542761_3330" id="nr_Nota_542761_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_1130" id="ci_AlunoAvaliacao_542761_1130" value="99371468" type="hidden">
                <input name="nr_Nota_542761_1130" id="nr_Nota_542761_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_1140" id="ci_AlunoAvaliacao_542761_1140" value="100098479" type="hidden">
                <input name="nr_Nota_542761_1140" id="nr_Nota_542761_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_1200" id="ci_AlunoAvaliacao_542761_1200" value="99808378" type="hidden">
                <input name="nr_Nota_542761_1200" id="nr_Nota_542761_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_1620" id="ci_AlunoAvaliacao_542761_1620" value="99809465" type="hidden">
                <input name="nr_Nota_542761_1620" id="nr_Nota_542761_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_542761_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_542761_1730" id="ci_AlunoAvaliacao_542761_1730" value="99252684" type="hidden">
                <input name="nr_Nota_542761_1730" id="nr_Nota_542761_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167625&nbsp;BRUNA MARIA RODRIGUES DE HOLANDA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="1167625" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167625_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_154" id="ci_AlunoAvaliacao_1167625_154" value="99359787" type="hidden">
                <input name="nr_Nota_1167625_154" id="nr_Nota_1167625_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_160" id="ci_AlunoAvaliacao_1167625_160" value="99359788" type="hidden">
                <input name="nr_Nota_1167625_160" id="nr_Nota_1167625_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_530" id="ci_AlunoAvaliacao_1167625_530" value="99359789" type="hidden">
                <input name="nr_Nota_1167625_530" id="nr_Nota_1167625_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_780" id="ci_AlunoAvaliacao_1167625_780" value="99252242" type="hidden">
                <input name="nr_Nota_1167625_780" id="nr_Nota_1167625_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_800" id="ci_AlunoAvaliacao_1167625_800" value="99359790" type="hidden">
                <input name="nr_Nota_1167625_800" id="nr_Nota_1167625_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_890" id="ci_AlunoAvaliacao_1167625_890" value="99359791" type="hidden">
                <input name="nr_Nota_1167625_890" id="nr_Nota_1167625_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_970" id="ci_AlunoAvaliacao_1167625_970" value="99252445" type="hidden">
                <input name="nr_Nota_1167625_970" id="nr_Nota_1167625_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_3330" id="ci_AlunoAvaliacao_1167625_3330" value="99359792" type="hidden">
                <input name="nr_Nota_1167625_3330" id="nr_Nota_1167625_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_1130" id="ci_AlunoAvaliacao_1167625_1130" value="99359793" type="hidden">
                <input name="nr_Nota_1167625_1130" id="nr_Nota_1167625_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_1140" id="ci_AlunoAvaliacao_1167625_1140" value="99359794" type="hidden">
                <input name="nr_Nota_1167625_1140" id="nr_Nota_1167625_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_1200" id="ci_AlunoAvaliacao_1167625_1200" value="99359795" type="hidden">
                <input name="nr_Nota_1167625_1200" id="nr_Nota_1167625_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_1620" id="ci_AlunoAvaliacao_1167625_1620" value="99359796" type="hidden">
                <input name="nr_Nota_1167625_1620" id="nr_Nota_1167625_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167625_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167625_1730" id="ci_AlunoAvaliacao_1167625_1730" value="99252685" type="hidden">
                <input name="nr_Nota_1167625_1730" id="nr_Nota_1167625_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1328146&nbsp;CAROLINE RODRIGUES ALVES DA SILVA
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1328146" type="hidden"></td>
            
            <td id="colunaNotaAluno_1328146_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_154" id="ci_AlunoAvaliacao_1328146_154" value="100097688" type="hidden">
                <input name="nr_Nota_1328146_154" id="nr_Nota_1328146_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_160" id="ci_AlunoAvaliacao_1328146_160" value="99808907" type="hidden">
                <input name="nr_Nota_1328146_160" id="nr_Nota_1328146_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_530" id="ci_AlunoAvaliacao_1328146_530" value="99660526" type="hidden">
                <input name="nr_Nota_1328146_530" id="nr_Nota_1328146_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_780" id="ci_AlunoAvaliacao_1328146_780" value="99252243" type="hidden">
                <input name="nr_Nota_1328146_780" id="nr_Nota_1328146_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_800" id="ci_AlunoAvaliacao_1328146_800" value="99932179" type="hidden">
                <input name="nr_Nota_1328146_800" id="nr_Nota_1328146_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_890" id="ci_AlunoAvaliacao_1328146_890" value="99371253" type="hidden">
                <input name="nr_Nota_1328146_890" id="nr_Nota_1328146_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_970" id="ci_AlunoAvaliacao_1328146_970" value="99252446" type="hidden">
                <input name="nr_Nota_1328146_970" id="nr_Nota_1328146_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_3330" id="ci_AlunoAvaliacao_1328146_3330" value="99932308" type="hidden">
                <input name="nr_Nota_1328146_3330" id="nr_Nota_1328146_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_1130" id="ci_AlunoAvaliacao_1328146_1130" value="99371469" type="hidden">
                <input name="nr_Nota_1328146_1130" id="nr_Nota_1328146_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_1140" id="ci_AlunoAvaliacao_1328146_1140" value="100098480" type="hidden">
                <input name="nr_Nota_1328146_1140" id="nr_Nota_1328146_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_1200" id="ci_AlunoAvaliacao_1328146_1200" value="99808379" type="hidden">
                <input name="nr_Nota_1328146_1200" id="nr_Nota_1328146_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_1620" id="ci_AlunoAvaliacao_1328146_1620" value="99809466" type="hidden">
                <input name="nr_Nota_1328146_1620" id="nr_Nota_1328146_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328146_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328146_1730" id="ci_AlunoAvaliacao_1328146_1730" value="99252686" type="hidden">
                <input name="nr_Nota_1328146_1730" id="nr_Nota_1328146_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;925159&nbsp;DANIELA MACIEL DUARTE
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="925159" type="hidden"></td>
            
            <td id="colunaNotaAluno_925159_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_154" id="ci_AlunoAvaliacao_925159_154" value="100097690" type="hidden">
                <input name="nr_Nota_925159_154" id="nr_Nota_925159_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_160" id="ci_AlunoAvaliacao_925159_160" value="99808909" type="hidden">
                <input name="nr_Nota_925159_160" id="nr_Nota_925159_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_530" id="ci_AlunoAvaliacao_925159_530" value="99660528" type="hidden">
                <input name="nr_Nota_925159_530" id="nr_Nota_925159_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_780" id="ci_AlunoAvaliacao_925159_780" value="99252245" type="hidden">
                <input name="nr_Nota_925159_780" id="nr_Nota_925159_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_800" id="ci_AlunoAvaliacao_925159_800" value="99932181" type="hidden">
                <input name="nr_Nota_925159_800" id="nr_Nota_925159_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_890" id="ci_AlunoAvaliacao_925159_890" value="99371255" type="hidden">
                <input name="nr_Nota_925159_890" id="nr_Nota_925159_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_970" id="ci_AlunoAvaliacao_925159_970" value="99252448" type="hidden">
                <input name="nr_Nota_925159_970" id="nr_Nota_925159_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_3330" id="ci_AlunoAvaliacao_925159_3330" value="99932310" type="hidden">
                <input name="nr_Nota_925159_3330" id="nr_Nota_925159_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_1130" id="ci_AlunoAvaliacao_925159_1130" value="99371471" type="hidden">
                <input name="nr_Nota_925159_1130" id="nr_Nota_925159_1130" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_1140" id="ci_AlunoAvaliacao_925159_1140" value="100098482" type="hidden">
                <input name="nr_Nota_925159_1140" id="nr_Nota_925159_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_1200" id="ci_AlunoAvaliacao_925159_1200" value="99808381" type="hidden">
                <input name="nr_Nota_925159_1200" id="nr_Nota_925159_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_1620" id="ci_AlunoAvaliacao_925159_1620" value="99809468" type="hidden">
                <input name="nr_Nota_925159_1620" id="nr_Nota_925159_1620" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_925159_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_925159_1730" id="ci_AlunoAvaliacao_925159_1730" value="99252688" type="hidden">
                <input name="nr_Nota_925159_1730" id="nr_Nota_925159_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197392&nbsp;EMILY OLIVEIRA FONSECA
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="1197392" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197392_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_154" id="ci_AlunoAvaliacao_1197392_154" value="100097691" type="hidden">
                <input name="nr_Nota_1197392_154" id="nr_Nota_1197392_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_160" id="ci_AlunoAvaliacao_1197392_160" value="99808910" type="hidden">
                <input name="nr_Nota_1197392_160" id="nr_Nota_1197392_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_530" id="ci_AlunoAvaliacao_1197392_530" value="99660529" type="hidden">
                <input name="nr_Nota_1197392_530" id="nr_Nota_1197392_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_780" id="ci_AlunoAvaliacao_1197392_780" value="99252246" type="hidden">
                <input name="nr_Nota_1197392_780" id="nr_Nota_1197392_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_800" id="ci_AlunoAvaliacao_1197392_800" value="99932182" type="hidden">
                <input name="nr_Nota_1197392_800" id="nr_Nota_1197392_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_890" id="ci_AlunoAvaliacao_1197392_890" value="99371256" type="hidden">
                <input name="nr_Nota_1197392_890" id="nr_Nota_1197392_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_970" id="ci_AlunoAvaliacao_1197392_970" value="99252449" type="hidden">
                <input name="nr_Nota_1197392_970" id="nr_Nota_1197392_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_3330" id="ci_AlunoAvaliacao_1197392_3330" value="99932311" type="hidden">
                <input name="nr_Nota_1197392_3330" id="nr_Nota_1197392_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_1130" id="ci_AlunoAvaliacao_1197392_1130" value="99371472" type="hidden">
                <input name="nr_Nota_1197392_1130" id="nr_Nota_1197392_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_1140" id="ci_AlunoAvaliacao_1197392_1140" value="100098483" type="hidden">
                <input name="nr_Nota_1197392_1140" id="nr_Nota_1197392_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_1200" id="ci_AlunoAvaliacao_1197392_1200" value="99808382" type="hidden">
                <input name="nr_Nota_1197392_1200" id="nr_Nota_1197392_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_1620" id="ci_AlunoAvaliacao_1197392_1620" value="99809469" type="hidden">
                <input name="nr_Nota_1197392_1620" id="nr_Nota_1197392_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197392_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197392_1730" id="ci_AlunoAvaliacao_1197392_1730" value="99252689" type="hidden">
                <input name="nr_Nota_1197392_1730" id="nr_Nota_1197392_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;620519&nbsp;EMANUELLY ALMEIDA DE BRITO
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="620519" type="hidden"></td>
            
            <td id="colunaNotaAluno_620519_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_154" id="ci_AlunoAvaliacao_620519_154" value="99678590" type="hidden">
                <input name="nr_Nota_620519_154" id="nr_Nota_620519_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_160" id="ci_AlunoAvaliacao_620519_160" value="99678591" type="hidden">
                <input name="nr_Nota_620519_160" id="nr_Nota_620519_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_530" id="ci_AlunoAvaliacao_620519_530" value="99660530" type="hidden">
                <input name="nr_Nota_620519_530" id="nr_Nota_620519_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_780" id="ci_AlunoAvaliacao_620519_780" value="99252247" type="hidden">
                <input name="nr_Nota_620519_780" id="nr_Nota_620519_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_800" id="ci_AlunoAvaliacao_620519_800" value="99678592" type="hidden">
                <input name="nr_Nota_620519_800" id="nr_Nota_620519_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_890" id="ci_AlunoAvaliacao_620519_890" value="99371257" type="hidden">
                <input name="nr_Nota_620519_890" id="nr_Nota_620519_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_970" id="ci_AlunoAvaliacao_620519_970" value="99252450" type="hidden">
                <input name="nr_Nota_620519_970" id="nr_Nota_620519_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_3330" id="ci_AlunoAvaliacao_620519_3330" value="99678593" type="hidden">
                <input name="nr_Nota_620519_3330" id="nr_Nota_620519_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_1130" id="ci_AlunoAvaliacao_620519_1130" value="99371473" type="hidden">
                <input name="nr_Nota_620519_1130" id="nr_Nota_620519_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_1140" id="ci_AlunoAvaliacao_620519_1140" value="99678594" type="hidden">
                <input name="nr_Nota_620519_1140" id="nr_Nota_620519_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_1200" id="ci_AlunoAvaliacao_620519_1200" value="99678595" type="hidden">
                <input name="nr_Nota_620519_1200" id="nr_Nota_620519_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_1620" id="ci_AlunoAvaliacao_620519_1620" value="99678596" type="hidden">
                <input name="nr_Nota_620519_1620" id="nr_Nota_620519_1620" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_620519_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_620519_1730" id="ci_AlunoAvaliacao_620519_1730" value="99252690" type="hidden">
                <input name="nr_Nota_620519_1730" id="nr_Nota_620519_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;113772&nbsp;FILIPE RODRIGO SANTOS DE SOUSA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="113772" type="hidden"></td>
            
            <td id="colunaNotaAluno_113772_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_154" id="ci_AlunoAvaliacao_113772_154" value="100097692" type="hidden">
                <input name="nr_Nota_113772_154" id="nr_Nota_113772_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_160" id="ci_AlunoAvaliacao_113772_160" value="99808911" type="hidden">
                <input name="nr_Nota_113772_160" id="nr_Nota_113772_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_530" id="ci_AlunoAvaliacao_113772_530" value="99660531" type="hidden">
                <input name="nr_Nota_113772_530" id="nr_Nota_113772_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_780" id="ci_AlunoAvaliacao_113772_780" value="99252248" type="hidden">
                <input name="nr_Nota_113772_780" id="nr_Nota_113772_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_800" id="ci_AlunoAvaliacao_113772_800" value="99932183" type="hidden">
                <input name="nr_Nota_113772_800" id="nr_Nota_113772_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_890" id="ci_AlunoAvaliacao_113772_890" value="99371258" type="hidden">
                <input name="nr_Nota_113772_890" id="nr_Nota_113772_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_970" id="ci_AlunoAvaliacao_113772_970" value="99252451" type="hidden">
                <input name="nr_Nota_113772_970" id="nr_Nota_113772_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_3330" id="ci_AlunoAvaliacao_113772_3330" value="99932312" type="hidden">
                <input name="nr_Nota_113772_3330" id="nr_Nota_113772_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_1130" id="ci_AlunoAvaliacao_113772_1130" value="99371474" type="hidden">
                <input name="nr_Nota_113772_1130" id="nr_Nota_113772_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_1140" id="ci_AlunoAvaliacao_113772_1140" value="100098484" type="hidden">
                <input name="nr_Nota_113772_1140" id="nr_Nota_113772_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_1200" id="ci_AlunoAvaliacao_113772_1200" value="99808383" type="hidden">
                <input name="nr_Nota_113772_1200" id="nr_Nota_113772_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_1620" id="ci_AlunoAvaliacao_113772_1620" value="99809470" type="hidden">
                <input name="nr_Nota_113772_1620" id="nr_Nota_113772_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113772_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113772_1730" id="ci_AlunoAvaliacao_113772_1730" value="99252691" type="hidden">
                <input name="nr_Nota_113772_1730" id="nr_Nota_113772_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167615&nbsp;FILIPE VICTOR PATRICIO DE SOUSA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1167615" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167615_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_154" id="ci_AlunoAvaliacao_1167615_154" value="100097693" type="hidden">
                <input name="nr_Nota_1167615_154" id="nr_Nota_1167615_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_160" id="ci_AlunoAvaliacao_1167615_160" value="99808912" type="hidden">
                <input name="nr_Nota_1167615_160" id="nr_Nota_1167615_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_530" id="ci_AlunoAvaliacao_1167615_530" value="99660532" type="hidden">
                <input name="nr_Nota_1167615_530" id="nr_Nota_1167615_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_780" id="ci_AlunoAvaliacao_1167615_780" value="99252249" type="hidden">
                <input name="nr_Nota_1167615_780" id="nr_Nota_1167615_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_800" id="ci_AlunoAvaliacao_1167615_800" value="99932184" type="hidden">
                <input name="nr_Nota_1167615_800" id="nr_Nota_1167615_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_890" id="ci_AlunoAvaliacao_1167615_890" value="99371259" type="hidden">
                <input name="nr_Nota_1167615_890" id="nr_Nota_1167615_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_970" id="ci_AlunoAvaliacao_1167615_970" value="99252452" type="hidden">
                <input name="nr_Nota_1167615_970" id="nr_Nota_1167615_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_3330" id="ci_AlunoAvaliacao_1167615_3330" value="99932313" type="hidden">
                <input name="nr_Nota_1167615_3330" id="nr_Nota_1167615_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_1130" id="ci_AlunoAvaliacao_1167615_1130" value="99371475" type="hidden">
                <input name="nr_Nota_1167615_1130" id="nr_Nota_1167615_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_1140" id="ci_AlunoAvaliacao_1167615_1140" value="100098485" type="hidden">
                <input name="nr_Nota_1167615_1140" id="nr_Nota_1167615_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_1200" id="ci_AlunoAvaliacao_1167615_1200" value="99808384" type="hidden">
                <input name="nr_Nota_1167615_1200" id="nr_Nota_1167615_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_1620" id="ci_AlunoAvaliacao_1167615_1620" value="99809471" type="hidden">
                <input name="nr_Nota_1167615_1620" id="nr_Nota_1167615_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167615_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167615_1730" id="ci_AlunoAvaliacao_1167615_1730" value="99252692" type="hidden">
                <input name="nr_Nota_1167615_1730" id="nr_Nota_1167615_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196226&nbsp;GEORGE MICHEL VIEIRA DE SA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="1196226" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196226_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_154" id="ci_AlunoAvaliacao_1196226_154" value="100097694" type="hidden">
                <input name="nr_Nota_1196226_154" id="nr_Nota_1196226_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_160" id="ci_AlunoAvaliacao_1196226_160" value="99808913" type="hidden">
                <input name="nr_Nota_1196226_160" id="nr_Nota_1196226_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_530" id="ci_AlunoAvaliacao_1196226_530" value="99660533" type="hidden">
                <input name="nr_Nota_1196226_530" id="nr_Nota_1196226_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_780" id="ci_AlunoAvaliacao_1196226_780" value="99252250" type="hidden">
                <input name="nr_Nota_1196226_780" id="nr_Nota_1196226_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_800" id="ci_AlunoAvaliacao_1196226_800" value="99932185" type="hidden">
                <input name="nr_Nota_1196226_800" id="nr_Nota_1196226_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_890" id="ci_AlunoAvaliacao_1196226_890" value="99371260" type="hidden">
                <input name="nr_Nota_1196226_890" id="nr_Nota_1196226_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_970" id="ci_AlunoAvaliacao_1196226_970" value="99252453" type="hidden">
                <input name="nr_Nota_1196226_970" id="nr_Nota_1196226_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_3330" id="ci_AlunoAvaliacao_1196226_3330" value="99932314" type="hidden">
                <input name="nr_Nota_1196226_3330" id="nr_Nota_1196226_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_1130" id="ci_AlunoAvaliacao_1196226_1130" value="99371476" type="hidden">
                <input name="nr_Nota_1196226_1130" id="nr_Nota_1196226_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_1140" id="ci_AlunoAvaliacao_1196226_1140" value="100098486" type="hidden">
                <input name="nr_Nota_1196226_1140" id="nr_Nota_1196226_1140" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_1200" id="ci_AlunoAvaliacao_1196226_1200" value="99808385" type="hidden">
                <input name="nr_Nota_1196226_1200" id="nr_Nota_1196226_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_1620" id="ci_AlunoAvaliacao_1196226_1620" value="99809472" type="hidden">
                <input name="nr_Nota_1196226_1620" id="nr_Nota_1196226_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196226_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196226_1730" id="ci_AlunoAvaliacao_1196226_1730" value="99252693" type="hidden">
                <input name="nr_Nota_1196226_1730" id="nr_Nota_1196226_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;894281&nbsp;GERALD PESSOA DE ALMEIDA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="894281" type="hidden"></td>
            
            <td id="colunaNotaAluno_894281_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_154" id="ci_AlunoAvaliacao_894281_154" value="100097695" type="hidden">
                <input name="nr_Nota_894281_154" id="nr_Nota_894281_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_160" id="ci_AlunoAvaliacao_894281_160" value="99808914" type="hidden">
                <input name="nr_Nota_894281_160" id="nr_Nota_894281_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_530" id="ci_AlunoAvaliacao_894281_530" value="99660534" type="hidden">
                <input name="nr_Nota_894281_530" id="nr_Nota_894281_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_780" id="ci_AlunoAvaliacao_894281_780" value="99252251" type="hidden">
                <input name="nr_Nota_894281_780" id="nr_Nota_894281_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_800" id="ci_AlunoAvaliacao_894281_800" value="99932186" type="hidden">
                <input name="nr_Nota_894281_800" id="nr_Nota_894281_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_890" id="ci_AlunoAvaliacao_894281_890" value="99371261" type="hidden">
                <input name="nr_Nota_894281_890" id="nr_Nota_894281_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_970" id="ci_AlunoAvaliacao_894281_970" value="99252454" type="hidden">
                <input name="nr_Nota_894281_970" id="nr_Nota_894281_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_3330" id="ci_AlunoAvaliacao_894281_3330" value="99932315" type="hidden">
                <input name="nr_Nota_894281_3330" id="nr_Nota_894281_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_1130" id="ci_AlunoAvaliacao_894281_1130" value="99371477" type="hidden">
                <input name="nr_Nota_894281_1130" id="nr_Nota_894281_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_1140" id="ci_AlunoAvaliacao_894281_1140" value="100098487" type="hidden">
                <input name="nr_Nota_894281_1140" id="nr_Nota_894281_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_1200" id="ci_AlunoAvaliacao_894281_1200" value="99808386" type="hidden">
                <input name="nr_Nota_894281_1200" id="nr_Nota_894281_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_1620" id="ci_AlunoAvaliacao_894281_1620" value="99809473" type="hidden">
                <input name="nr_Nota_894281_1620" id="nr_Nota_894281_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894281_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894281_1730" id="ci_AlunoAvaliacao_894281_1730" value="99252694" type="hidden">
                <input name="nr_Nota_894281_1730" id="nr_Nota_894281_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;889605&nbsp;GILMAR FERRERIA DA SILVA
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="889605" type="hidden"></td>
            
            <td id="colunaNotaAluno_889605_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_154" id="ci_AlunoAvaliacao_889605_154" value="100097696" type="hidden">
                <input name="nr_Nota_889605_154" id="nr_Nota_889605_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_160" id="ci_AlunoAvaliacao_889605_160" value="99808915" type="hidden">
                <input name="nr_Nota_889605_160" id="nr_Nota_889605_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_530" id="ci_AlunoAvaliacao_889605_530" value="99660535" type="hidden">
                <input name="nr_Nota_889605_530" id="nr_Nota_889605_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_780" id="ci_AlunoAvaliacao_889605_780" value="99252252" type="hidden">
                <input name="nr_Nota_889605_780" id="nr_Nota_889605_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_800" id="ci_AlunoAvaliacao_889605_800" value="99932187" type="hidden">
                <input name="nr_Nota_889605_800" id="nr_Nota_889605_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_890" id="ci_AlunoAvaliacao_889605_890" value="99371262" type="hidden">
                <input name="nr_Nota_889605_890" id="nr_Nota_889605_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_970" id="ci_AlunoAvaliacao_889605_970" value="99252455" type="hidden">
                <input name="nr_Nota_889605_970" id="nr_Nota_889605_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_3330" id="ci_AlunoAvaliacao_889605_3330" value="99932316" type="hidden">
                <input name="nr_Nota_889605_3330" id="nr_Nota_889605_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_1130" id="ci_AlunoAvaliacao_889605_1130" value="99371478" type="hidden">
                <input name="nr_Nota_889605_1130" id="nr_Nota_889605_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_1140" id="ci_AlunoAvaliacao_889605_1140" value="100098488" type="hidden">
                <input name="nr_Nota_889605_1140" id="nr_Nota_889605_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_1200" id="ci_AlunoAvaliacao_889605_1200" value="99808387" type="hidden">
                <input name="nr_Nota_889605_1200" id="nr_Nota_889605_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_1620" id="ci_AlunoAvaliacao_889605_1620" value="99809474" type="hidden">
                <input name="nr_Nota_889605_1620" id="nr_Nota_889605_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889605_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889605_1730" id="ci_AlunoAvaliacao_889605_1730" value="99252695" type="hidden">
                <input name="nr_Nota_889605_1730" id="nr_Nota_889605_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;900658&nbsp;INGRID CARNEIRO DE OLIVEIRA
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="900658" type="hidden"></td>
            
            <td id="colunaNotaAluno_900658_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_154" id="ci_AlunoAvaliacao_900658_154" value="100097697" type="hidden">
                <input name="nr_Nota_900658_154" id="nr_Nota_900658_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_160" id="ci_AlunoAvaliacao_900658_160" value="99808916" type="hidden">
                <input name="nr_Nota_900658_160" id="nr_Nota_900658_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_530" id="ci_AlunoAvaliacao_900658_530" value="99660536" type="hidden">
                <input name="nr_Nota_900658_530" id="nr_Nota_900658_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_780" id="ci_AlunoAvaliacao_900658_780" value="99252253" type="hidden">
                <input name="nr_Nota_900658_780" id="nr_Nota_900658_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_800" id="ci_AlunoAvaliacao_900658_800" value="99932188" type="hidden">
                <input name="nr_Nota_900658_800" id="nr_Nota_900658_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_890" id="ci_AlunoAvaliacao_900658_890" value="99371263" type="hidden">
                <input name="nr_Nota_900658_890" id="nr_Nota_900658_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_970" id="ci_AlunoAvaliacao_900658_970" value="99252456" type="hidden">
                <input name="nr_Nota_900658_970" id="nr_Nota_900658_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_3330" id="ci_AlunoAvaliacao_900658_3330" value="99932317" type="hidden">
                <input name="nr_Nota_900658_3330" id="nr_Nota_900658_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_1130" id="ci_AlunoAvaliacao_900658_1130" value="99371479" type="hidden">
                <input name="nr_Nota_900658_1130" id="nr_Nota_900658_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_1140" id="ci_AlunoAvaliacao_900658_1140" value="100098489" type="hidden">
                <input name="nr_Nota_900658_1140" id="nr_Nota_900658_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_1200" id="ci_AlunoAvaliacao_900658_1200" value="99808388" type="hidden">
                <input name="nr_Nota_900658_1200" id="nr_Nota_900658_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_1620" id="ci_AlunoAvaliacao_900658_1620" value="99809475" type="hidden">
                <input name="nr_Nota_900658_1620" id="nr_Nota_900658_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900658_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900658_1730" id="ci_AlunoAvaliacao_900658_1730" value="99252696" type="hidden">
                <input name="nr_Nota_900658_1730" id="nr_Nota_900658_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202167&nbsp;JANIELLY DE MENEZES LIMA
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="1202167" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202167_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_154" id="ci_AlunoAvaliacao_1202167_154" value="100097698" type="hidden">
                <input name="nr_Nota_1202167_154" id="nr_Nota_1202167_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_160" id="ci_AlunoAvaliacao_1202167_160" value="99808917" type="hidden">
                <input name="nr_Nota_1202167_160" id="nr_Nota_1202167_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_530" id="ci_AlunoAvaliacao_1202167_530" value="99660537" type="hidden">
                <input name="nr_Nota_1202167_530" id="nr_Nota_1202167_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_780" id="ci_AlunoAvaliacao_1202167_780" value="99252254" type="hidden">
                <input name="nr_Nota_1202167_780" id="nr_Nota_1202167_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_800" id="ci_AlunoAvaliacao_1202167_800" value="99932189" type="hidden">
                <input name="nr_Nota_1202167_800" id="nr_Nota_1202167_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_890" id="ci_AlunoAvaliacao_1202167_890" value="99371264" type="hidden">
                <input name="nr_Nota_1202167_890" id="nr_Nota_1202167_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_970" id="ci_AlunoAvaliacao_1202167_970" value="99252457" type="hidden">
                <input name="nr_Nota_1202167_970" id="nr_Nota_1202167_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_3330" id="ci_AlunoAvaliacao_1202167_3330" value="99932318" type="hidden">
                <input name="nr_Nota_1202167_3330" id="nr_Nota_1202167_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_1130" id="ci_AlunoAvaliacao_1202167_1130" value="99371480" type="hidden">
                <input name="nr_Nota_1202167_1130" id="nr_Nota_1202167_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_1140" id="ci_AlunoAvaliacao_1202167_1140" value="100098490" type="hidden">
                <input name="nr_Nota_1202167_1140" id="nr_Nota_1202167_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_1200" id="ci_AlunoAvaliacao_1202167_1200" value="99808389" type="hidden">
                <input name="nr_Nota_1202167_1200" id="nr_Nota_1202167_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_1620" id="ci_AlunoAvaliacao_1202167_1620" value="99809476" type="hidden">
                <input name="nr_Nota_1202167_1620" id="nr_Nota_1202167_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202167_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202167_1730" id="ci_AlunoAvaliacao_1202167_1730" value="99252697" type="hidden">
                <input name="nr_Nota_1202167_1730" id="nr_Nota_1202167_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1201715&nbsp;JESSICA RODRIGUES CARVALHO
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="1201715" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201715_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_154" id="ci_AlunoAvaliacao_1201715_154" value="100097699" type="hidden">
                <input name="nr_Nota_1201715_154" id="nr_Nota_1201715_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_160" id="ci_AlunoAvaliacao_1201715_160" value="99808918" type="hidden">
                <input name="nr_Nota_1201715_160" id="nr_Nota_1201715_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_530" id="ci_AlunoAvaliacao_1201715_530" value="99660538" type="hidden">
                <input name="nr_Nota_1201715_530" id="nr_Nota_1201715_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_780" id="ci_AlunoAvaliacao_1201715_780" value="99252255" type="hidden">
                <input name="nr_Nota_1201715_780" id="nr_Nota_1201715_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_800" id="ci_AlunoAvaliacao_1201715_800" value="99932190" type="hidden">
                <input name="nr_Nota_1201715_800" id="nr_Nota_1201715_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_890" id="ci_AlunoAvaliacao_1201715_890" value="99371265" type="hidden">
                <input name="nr_Nota_1201715_890" id="nr_Nota_1201715_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_970" id="ci_AlunoAvaliacao_1201715_970" value="99252458" type="hidden">
                <input name="nr_Nota_1201715_970" id="nr_Nota_1201715_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_3330" id="ci_AlunoAvaliacao_1201715_3330" value="99932319" type="hidden">
                <input name="nr_Nota_1201715_3330" id="nr_Nota_1201715_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_1130" id="ci_AlunoAvaliacao_1201715_1130" value="99371481" type="hidden">
                <input name="nr_Nota_1201715_1130" id="nr_Nota_1201715_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_1140" id="ci_AlunoAvaliacao_1201715_1140" value="100098491" type="hidden">
                <input name="nr_Nota_1201715_1140" id="nr_Nota_1201715_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_1200" id="ci_AlunoAvaliacao_1201715_1200" value="99808390" type="hidden">
                <input name="nr_Nota_1201715_1200" id="nr_Nota_1201715_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_1620" id="ci_AlunoAvaliacao_1201715_1620" value="99809477" type="hidden">
                <input name="nr_Nota_1201715_1620" id="nr_Nota_1201715_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201715_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201715_1730" id="ci_AlunoAvaliacao_1201715_1730" value="99252698" type="hidden">
                <input name="nr_Nota_1201715_1730" id="nr_Nota_1201715_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201892&nbsp;JOAO VICTOR DE SOUSA BARRETO
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1201892" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201892_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_154" id="ci_AlunoAvaliacao_1201892_154" value="100097700" type="hidden">
                <input name="nr_Nota_1201892_154" id="nr_Nota_1201892_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_160" id="ci_AlunoAvaliacao_1201892_160" value="99808919" type="hidden">
                <input name="nr_Nota_1201892_160" id="nr_Nota_1201892_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_530" id="ci_AlunoAvaliacao_1201892_530" value="99660539" type="hidden">
                <input name="nr_Nota_1201892_530" id="nr_Nota_1201892_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_780" id="ci_AlunoAvaliacao_1201892_780" value="99252256" type="hidden">
                <input name="nr_Nota_1201892_780" id="nr_Nota_1201892_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_800" id="ci_AlunoAvaliacao_1201892_800" value="99932191" type="hidden">
                <input name="nr_Nota_1201892_800" id="nr_Nota_1201892_800" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_890" id="ci_AlunoAvaliacao_1201892_890" value="99371266" type="hidden">
                <input name="nr_Nota_1201892_890" id="nr_Nota_1201892_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_970" id="ci_AlunoAvaliacao_1201892_970" value="99252459" type="hidden">
                <input name="nr_Nota_1201892_970" id="nr_Nota_1201892_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_3330" id="ci_AlunoAvaliacao_1201892_3330" value="99932320" type="hidden">
                <input name="nr_Nota_1201892_3330" id="nr_Nota_1201892_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_1130" id="ci_AlunoAvaliacao_1201892_1130" value="99371482" type="hidden">
                <input name="nr_Nota_1201892_1130" id="nr_Nota_1201892_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_1140" id="ci_AlunoAvaliacao_1201892_1140" value="100098492" type="hidden">
                <input name="nr_Nota_1201892_1140" id="nr_Nota_1201892_1140" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_1200" id="ci_AlunoAvaliacao_1201892_1200" value="99808391" type="hidden">
                <input name="nr_Nota_1201892_1200" id="nr_Nota_1201892_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_1620" id="ci_AlunoAvaliacao_1201892_1620" value="99809478" type="hidden">
                <input name="nr_Nota_1201892_1620" id="nr_Nota_1201892_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201892_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201892_1730" id="ci_AlunoAvaliacao_1201892_1730" value="99252699" type="hidden">
                <input name="nr_Nota_1201892_1730" id="nr_Nota_1201892_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197763&nbsp;JOSE ALBERTH VASCONCELOS FLORENCIO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1197763" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197763_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_154" id="ci_AlunoAvaliacao_1197763_154" value="96809851" type="hidden">
                <input name="nr_Nota_1197763_154" id="nr_Nota_1197763_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_160" id="ci_AlunoAvaliacao_1197763_160" value="96809852" type="hidden">
                <input name="nr_Nota_1197763_160" id="nr_Nota_1197763_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_530" id="ci_AlunoAvaliacao_1197763_530" value="96809853" type="hidden">
                <input name="nr_Nota_1197763_530" id="nr_Nota_1197763_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_780" id="ci_AlunoAvaliacao_1197763_780" value="96809854" type="hidden">
                <input name="nr_Nota_1197763_780" id="nr_Nota_1197763_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_800" id="ci_AlunoAvaliacao_1197763_800" value="96809855" type="hidden">
                <input name="nr_Nota_1197763_800" id="nr_Nota_1197763_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_890" id="ci_AlunoAvaliacao_1197763_890" value="96809856" type="hidden">
                <input name="nr_Nota_1197763_890" id="nr_Nota_1197763_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_970" id="ci_AlunoAvaliacao_1197763_970" value="96809857" type="hidden">
                <input name="nr_Nota_1197763_970" id="nr_Nota_1197763_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_3330" id="ci_AlunoAvaliacao_1197763_3330" value="96809858" type="hidden">
                <input name="nr_Nota_1197763_3330" id="nr_Nota_1197763_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_1130" id="ci_AlunoAvaliacao_1197763_1130" value="96809861" type="hidden">
                <input name="nr_Nota_1197763_1130" id="nr_Nota_1197763_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_1140" id="ci_AlunoAvaliacao_1197763_1140" value="96809862" type="hidden">
                <input name="nr_Nota_1197763_1140" id="nr_Nota_1197763_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_1200" id="ci_AlunoAvaliacao_1197763_1200" value="96809863" type="hidden">
                <input name="nr_Nota_1197763_1200" id="nr_Nota_1197763_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_1620" id="ci_AlunoAvaliacao_1197763_1620" value="96809864" type="hidden">
                <input name="nr_Nota_1197763_1620" id="nr_Nota_1197763_1620" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197763_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197763_1730" id="ci_AlunoAvaliacao_1197763_1730" value="96809865" type="hidden">
                <input name="nr_Nota_1197763_1730" id="nr_Nota_1197763_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196138&nbsp;KAMILA KATHELEY DAMASCENO DE SALES
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1196138" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196138_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_154" id="ci_AlunoAvaliacao_1196138_154" value="100097701" type="hidden">
                <input name="nr_Nota_1196138_154" id="nr_Nota_1196138_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_160" id="ci_AlunoAvaliacao_1196138_160" value="99808920" type="hidden">
                <input name="nr_Nota_1196138_160" id="nr_Nota_1196138_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_530" id="ci_AlunoAvaliacao_1196138_530" value="99660540" type="hidden">
                <input name="nr_Nota_1196138_530" id="nr_Nota_1196138_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_780" id="ci_AlunoAvaliacao_1196138_780" value="99252257" type="hidden">
                <input name="nr_Nota_1196138_780" id="nr_Nota_1196138_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_800" id="ci_AlunoAvaliacao_1196138_800" value="99932192" type="hidden">
                <input name="nr_Nota_1196138_800" id="nr_Nota_1196138_800" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_890" id="ci_AlunoAvaliacao_1196138_890" value="99371267" type="hidden">
                <input name="nr_Nota_1196138_890" id="nr_Nota_1196138_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_970" id="ci_AlunoAvaliacao_1196138_970" value="99252460" type="hidden">
                <input name="nr_Nota_1196138_970" id="nr_Nota_1196138_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_3330" id="ci_AlunoAvaliacao_1196138_3330" value="99932321" type="hidden">
                <input name="nr_Nota_1196138_3330" id="nr_Nota_1196138_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_1130" id="ci_AlunoAvaliacao_1196138_1130" value="99371483" type="hidden">
                <input name="nr_Nota_1196138_1130" id="nr_Nota_1196138_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_1140" id="ci_AlunoAvaliacao_1196138_1140" value="100098493" type="hidden">
                <input name="nr_Nota_1196138_1140" id="nr_Nota_1196138_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_1200" id="ci_AlunoAvaliacao_1196138_1200" value="99808392" type="hidden">
                <input name="nr_Nota_1196138_1200" id="nr_Nota_1196138_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_1620" id="ci_AlunoAvaliacao_1196138_1620" value="99809479" type="hidden">
                <input name="nr_Nota_1196138_1620" id="nr_Nota_1196138_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196138_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196138_1730" id="ci_AlunoAvaliacao_1196138_1730" value="99252700" type="hidden">
                <input name="nr_Nota_1196138_1730" id="nr_Nota_1196138_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1196010&nbsp;LIDIANE NAGILA DE SOUSA LOPES
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="1196010" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196010_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_154" id="ci_AlunoAvaliacao_1196010_154" value="100097702" type="hidden">
                <input name="nr_Nota_1196010_154" id="nr_Nota_1196010_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_160" id="ci_AlunoAvaliacao_1196010_160" value="99808921" type="hidden">
                <input name="nr_Nota_1196010_160" id="nr_Nota_1196010_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_530" id="ci_AlunoAvaliacao_1196010_530" value="99660541" type="hidden">
                <input name="nr_Nota_1196010_530" id="nr_Nota_1196010_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_780" id="ci_AlunoAvaliacao_1196010_780" value="99252258" type="hidden">
                <input name="nr_Nota_1196010_780" id="nr_Nota_1196010_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_800" id="ci_AlunoAvaliacao_1196010_800" value="99932193" type="hidden">
                <input name="nr_Nota_1196010_800" id="nr_Nota_1196010_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_890" id="ci_AlunoAvaliacao_1196010_890" value="99371268" type="hidden">
                <input name="nr_Nota_1196010_890" id="nr_Nota_1196010_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_970" id="ci_AlunoAvaliacao_1196010_970" value="99252461" type="hidden">
                <input name="nr_Nota_1196010_970" id="nr_Nota_1196010_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_3330" id="ci_AlunoAvaliacao_1196010_3330" value="99932322" type="hidden">
                <input name="nr_Nota_1196010_3330" id="nr_Nota_1196010_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_1130" id="ci_AlunoAvaliacao_1196010_1130" value="99371484" type="hidden">
                <input name="nr_Nota_1196010_1130" id="nr_Nota_1196010_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_1140" id="ci_AlunoAvaliacao_1196010_1140" value="100098494" type="hidden">
                <input name="nr_Nota_1196010_1140" id="nr_Nota_1196010_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_1200" id="ci_AlunoAvaliacao_1196010_1200" value="99808393" type="hidden">
                <input name="nr_Nota_1196010_1200" id="nr_Nota_1196010_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_1620" id="ci_AlunoAvaliacao_1196010_1620" value="99809480" type="hidden">
                <input name="nr_Nota_1196010_1620" id="nr_Nota_1196010_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196010_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196010_1730" id="ci_AlunoAvaliacao_1196010_1730" value="99252701" type="hidden">
                <input name="nr_Nota_1196010_1730" id="nr_Nota_1196010_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1170832&nbsp;LILIAN RAMOS
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1170832" type="hidden"></td>
            
            <td id="colunaNotaAluno_1170832_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_154" id="ci_AlunoAvaliacao_1170832_154" value="96809866" type="hidden">
                <input name="nr_Nota_1170832_154" id="nr_Nota_1170832_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_160" id="ci_AlunoAvaliacao_1170832_160" value="96809869" type="hidden">
                <input name="nr_Nota_1170832_160" id="nr_Nota_1170832_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_530" id="ci_AlunoAvaliacao_1170832_530" value="96809870" type="hidden">
                <input name="nr_Nota_1170832_530" id="nr_Nota_1170832_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_780" id="ci_AlunoAvaliacao_1170832_780" value="96809871" type="hidden">
                <input name="nr_Nota_1170832_780" id="nr_Nota_1170832_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_800" id="ci_AlunoAvaliacao_1170832_800" value="96809872" type="hidden">
                <input name="nr_Nota_1170832_800" id="nr_Nota_1170832_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_890" id="ci_AlunoAvaliacao_1170832_890" value="96809873" type="hidden">
                <input name="nr_Nota_1170832_890" id="nr_Nota_1170832_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_970" id="ci_AlunoAvaliacao_1170832_970" value="96809874" type="hidden">
                <input name="nr_Nota_1170832_970" id="nr_Nota_1170832_970" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_3330" id="ci_AlunoAvaliacao_1170832_3330" value="96809875" type="hidden">
                <input name="nr_Nota_1170832_3330" id="nr_Nota_1170832_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_1130" id="ci_AlunoAvaliacao_1170832_1130" value="96809876" type="hidden">
                <input name="nr_Nota_1170832_1130" id="nr_Nota_1170832_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_1140" id="ci_AlunoAvaliacao_1170832_1140" value="96809877" type="hidden">
                <input name="nr_Nota_1170832_1140" id="nr_Nota_1170832_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_1200" id="ci_AlunoAvaliacao_1170832_1200" value="96809878" type="hidden">
                <input name="nr_Nota_1170832_1200" id="nr_Nota_1170832_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_1620" id="ci_AlunoAvaliacao_1170832_1620" value="96809879" type="hidden">
                <input name="nr_Nota_1170832_1620" id="nr_Nota_1170832_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170832_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170832_1730" id="ci_AlunoAvaliacao_1170832_1730" value="96809880" type="hidden">
                <input name="nr_Nota_1170832_1730" id="nr_Nota_1170832_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1196026&nbsp;LUCAS ALVES DE OLIVEIRA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="1196026" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196026_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_154" id="ci_AlunoAvaliacao_1196026_154" value="100097703" type="hidden">
                <input name="nr_Nota_1196026_154" id="nr_Nota_1196026_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_160" id="ci_AlunoAvaliacao_1196026_160" value="99808922" type="hidden">
                <input name="nr_Nota_1196026_160" id="nr_Nota_1196026_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_530" id="ci_AlunoAvaliacao_1196026_530" value="99660542" type="hidden">
                <input name="nr_Nota_1196026_530" id="nr_Nota_1196026_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_780" id="ci_AlunoAvaliacao_1196026_780" value="99252259" type="hidden">
                <input name="nr_Nota_1196026_780" id="nr_Nota_1196026_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_800" id="ci_AlunoAvaliacao_1196026_800" value="99932194" type="hidden">
                <input name="nr_Nota_1196026_800" id="nr_Nota_1196026_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_890" id="ci_AlunoAvaliacao_1196026_890" value="99371269" type="hidden">
                <input name="nr_Nota_1196026_890" id="nr_Nota_1196026_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_970" id="ci_AlunoAvaliacao_1196026_970" value="99252462" type="hidden">
                <input name="nr_Nota_1196026_970" id="nr_Nota_1196026_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_3330" id="ci_AlunoAvaliacao_1196026_3330" value="99932323" type="hidden">
                <input name="nr_Nota_1196026_3330" id="nr_Nota_1196026_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_1130" id="ci_AlunoAvaliacao_1196026_1130" value="99371485" type="hidden">
                <input name="nr_Nota_1196026_1130" id="nr_Nota_1196026_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_1140" id="ci_AlunoAvaliacao_1196026_1140" value="100098495" type="hidden">
                <input name="nr_Nota_1196026_1140" id="nr_Nota_1196026_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_1200" id="ci_AlunoAvaliacao_1196026_1200" value="99808394" type="hidden">
                <input name="nr_Nota_1196026_1200" id="nr_Nota_1196026_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_1620" id="ci_AlunoAvaliacao_1196026_1620" value="99809481" type="hidden">
                <input name="nr_Nota_1196026_1620" id="nr_Nota_1196026_1620" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196026_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196026_1730" id="ci_AlunoAvaliacao_1196026_1730" value="99252702" type="hidden">
                <input name="nr_Nota_1196026_1730" id="nr_Nota_1196026_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1167640&nbsp;LUCAS FERREIRA CASSIANO
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1167640" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167640_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_154" id="ci_AlunoAvaliacao_1167640_154" value="100097704" type="hidden">
                <input name="nr_Nota_1167640_154" id="nr_Nota_1167640_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_160" id="ci_AlunoAvaliacao_1167640_160" value="99808923" type="hidden">
                <input name="nr_Nota_1167640_160" id="nr_Nota_1167640_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_530" id="ci_AlunoAvaliacao_1167640_530" value="99660543" type="hidden">
                <input name="nr_Nota_1167640_530" id="nr_Nota_1167640_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_780" id="ci_AlunoAvaliacao_1167640_780" value="99252260" type="hidden">
                <input name="nr_Nota_1167640_780" id="nr_Nota_1167640_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_800" id="ci_AlunoAvaliacao_1167640_800" value="99932195" type="hidden">
                <input name="nr_Nota_1167640_800" id="nr_Nota_1167640_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_890" id="ci_AlunoAvaliacao_1167640_890" value="99371270" type="hidden">
                <input name="nr_Nota_1167640_890" id="nr_Nota_1167640_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_970" id="ci_AlunoAvaliacao_1167640_970" value="99252463" type="hidden">
                <input name="nr_Nota_1167640_970" id="nr_Nota_1167640_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_3330" id="ci_AlunoAvaliacao_1167640_3330" value="99932324" type="hidden">
                <input name="nr_Nota_1167640_3330" id="nr_Nota_1167640_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_1130" id="ci_AlunoAvaliacao_1167640_1130" value="99371486" type="hidden">
                <input name="nr_Nota_1167640_1130" id="nr_Nota_1167640_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_1140" id="ci_AlunoAvaliacao_1167640_1140" value="100098496" type="hidden">
                <input name="nr_Nota_1167640_1140" id="nr_Nota_1167640_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_1200" id="ci_AlunoAvaliacao_1167640_1200" value="99808395" type="hidden">
                <input name="nr_Nota_1167640_1200" id="nr_Nota_1167640_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_1620" id="ci_AlunoAvaliacao_1167640_1620" value="99809482" type="hidden">
                <input name="nr_Nota_1167640_1620" id="nr_Nota_1167640_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167640_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167640_1730" id="ci_AlunoAvaliacao_1167640_1730" value="99252703" type="hidden">
                <input name="nr_Nota_1167640_1730" id="nr_Nota_1167640_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1201870&nbsp;LUCAS MATHEUS VASCONCELOS SANTOS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1201870" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201870_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_154" id="ci_AlunoAvaliacao_1201870_154" value="100097705" type="hidden">
                <input name="nr_Nota_1201870_154" id="nr_Nota_1201870_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_160" id="ci_AlunoAvaliacao_1201870_160" value="99808924" type="hidden">
                <input name="nr_Nota_1201870_160" id="nr_Nota_1201870_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_530" id="ci_AlunoAvaliacao_1201870_530" value="99660544" type="hidden">
                <input name="nr_Nota_1201870_530" id="nr_Nota_1201870_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_780" id="ci_AlunoAvaliacao_1201870_780" value="99252261" type="hidden">
                <input name="nr_Nota_1201870_780" id="nr_Nota_1201870_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_800" id="ci_AlunoAvaliacao_1201870_800" value="99932196" type="hidden">
                <input name="nr_Nota_1201870_800" id="nr_Nota_1201870_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_890" id="ci_AlunoAvaliacao_1201870_890" value="99371271" type="hidden">
                <input name="nr_Nota_1201870_890" id="nr_Nota_1201870_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_970" id="ci_AlunoAvaliacao_1201870_970" value="99252464" type="hidden">
                <input name="nr_Nota_1201870_970" id="nr_Nota_1201870_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_3330" id="ci_AlunoAvaliacao_1201870_3330" value="99932325" type="hidden">
                <input name="nr_Nota_1201870_3330" id="nr_Nota_1201870_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_1130" id="ci_AlunoAvaliacao_1201870_1130" value="99371487" type="hidden">
                <input name="nr_Nota_1201870_1130" id="nr_Nota_1201870_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_1140" id="ci_AlunoAvaliacao_1201870_1140" value="100098497" type="hidden">
                <input name="nr_Nota_1201870_1140" id="nr_Nota_1201870_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_1200" id="ci_AlunoAvaliacao_1201870_1200" value="99808396" type="hidden">
                <input name="nr_Nota_1201870_1200" id="nr_Nota_1201870_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_1620" id="ci_AlunoAvaliacao_1201870_1620" value="99809483" type="hidden">
                <input name="nr_Nota_1201870_1620" id="nr_Nota_1201870_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201870_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201870_1730" id="ci_AlunoAvaliacao_1201870_1730" value="99252704" type="hidden">
                <input name="nr_Nota_1201870_1730" id="nr_Nota_1201870_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1298454&nbsp;LUCAS RODRIGUES VIEIRA
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1298454" type="hidden"></td>
            
            <td id="colunaNotaAluno_1298454_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_154" id="ci_AlunoAvaliacao_1298454_154" value="101989089" type="hidden">
                <input name="nr_Nota_1298454_154" id="nr_Nota_1298454_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_160" id="ci_AlunoAvaliacao_1298454_160" value="101989090" type="hidden">
                <input name="nr_Nota_1298454_160" id="nr_Nota_1298454_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_530" id="ci_AlunoAvaliacao_1298454_530" value="101989091" type="hidden">
                <input name="nr_Nota_1298454_530" id="nr_Nota_1298454_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_780" id="ci_AlunoAvaliacao_1298454_780" value="101989092" type="hidden">
                <input name="nr_Nota_1298454_780" id="nr_Nota_1298454_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_800" id="ci_AlunoAvaliacao_1298454_800" value="101989093" type="hidden">
                <input name="nr_Nota_1298454_800" id="nr_Nota_1298454_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_890" id="ci_AlunoAvaliacao_1298454_890" value="101989094" type="hidden">
                <input name="nr_Nota_1298454_890" id="nr_Nota_1298454_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_970" id="ci_AlunoAvaliacao_1298454_970" value="101989095" type="hidden">
                <input name="nr_Nota_1298454_970" id="nr_Nota_1298454_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_3330" id="ci_AlunoAvaliacao_1298454_3330" value="101989096" type="hidden">
                <input name="nr_Nota_1298454_3330" id="nr_Nota_1298454_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_1130" id="ci_AlunoAvaliacao_1298454_1130" value="101989097" type="hidden">
                <input name="nr_Nota_1298454_1130" id="nr_Nota_1298454_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_1140" id="ci_AlunoAvaliacao_1298454_1140" value="101989098" type="hidden">
                <input name="nr_Nota_1298454_1140" id="nr_Nota_1298454_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_1200" id="ci_AlunoAvaliacao_1298454_1200" value="101989099" type="hidden">
                <input name="nr_Nota_1298454_1200" id="nr_Nota_1298454_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_1620" id="ci_AlunoAvaliacao_1298454_1620" value="101989100" type="hidden">
                <input name="nr_Nota_1298454_1620" id="nr_Nota_1298454_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298454_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298454_1730" id="ci_AlunoAvaliacao_1298454_1730" value="101989101" type="hidden">
                <input name="nr_Nota_1298454_1730" id="nr_Nota_1298454_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197869&nbsp;PAOLA BRUNA SOUSA GOMES
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1197869" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197869_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_154" id="ci_AlunoAvaliacao_1197869_154" value="100097706" type="hidden">
                <input name="nr_Nota_1197869_154" id="nr_Nota_1197869_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_160" id="ci_AlunoAvaliacao_1197869_160" value="99808925" type="hidden">
                <input name="nr_Nota_1197869_160" id="nr_Nota_1197869_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_530" id="ci_AlunoAvaliacao_1197869_530" value="99660545" type="hidden">
                <input name="nr_Nota_1197869_530" id="nr_Nota_1197869_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_780" id="ci_AlunoAvaliacao_1197869_780" value="99252262" type="hidden">
                <input name="nr_Nota_1197869_780" id="nr_Nota_1197869_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_800" id="ci_AlunoAvaliacao_1197869_800" value="99932197" type="hidden">
                <input name="nr_Nota_1197869_800" id="nr_Nota_1197869_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_890" id="ci_AlunoAvaliacao_1197869_890" value="99371272" type="hidden">
                <input name="nr_Nota_1197869_890" id="nr_Nota_1197869_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_970" id="ci_AlunoAvaliacao_1197869_970" value="99252465" type="hidden">
                <input name="nr_Nota_1197869_970" id="nr_Nota_1197869_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_3330" id="ci_AlunoAvaliacao_1197869_3330" value="99932326" type="hidden">
                <input name="nr_Nota_1197869_3330" id="nr_Nota_1197869_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_1130" id="ci_AlunoAvaliacao_1197869_1130" value="99371488" type="hidden">
                <input name="nr_Nota_1197869_1130" id="nr_Nota_1197869_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_1140" id="ci_AlunoAvaliacao_1197869_1140" value="100098498" type="hidden">
                <input name="nr_Nota_1197869_1140" id="nr_Nota_1197869_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_1200" id="ci_AlunoAvaliacao_1197869_1200" value="99808397" type="hidden">
                <input name="nr_Nota_1197869_1200" id="nr_Nota_1197869_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_1620" id="ci_AlunoAvaliacao_1197869_1620" value="99809484" type="hidden">
                <input name="nr_Nota_1197869_1620" id="nr_Nota_1197869_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197869_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197869_1730" id="ci_AlunoAvaliacao_1197869_1730" value="99252705" type="hidden">
                <input name="nr_Nota_1197869_1730" id="nr_Nota_1197869_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1173550&nbsp;RAFAELA SANTOS DO CARMO
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1173550" type="hidden"></td>
            
            <td id="colunaNotaAluno_1173550_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_154" id="ci_AlunoAvaliacao_1173550_154" value="100097707" type="hidden">
                <input name="nr_Nota_1173550_154" id="nr_Nota_1173550_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_160" id="ci_AlunoAvaliacao_1173550_160" value="99808926" type="hidden">
                <input name="nr_Nota_1173550_160" id="nr_Nota_1173550_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_530" id="ci_AlunoAvaliacao_1173550_530" value="99660546" type="hidden">
                <input name="nr_Nota_1173550_530" id="nr_Nota_1173550_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_780" id="ci_AlunoAvaliacao_1173550_780" value="99252263" type="hidden">
                <input name="nr_Nota_1173550_780" id="nr_Nota_1173550_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_800" id="ci_AlunoAvaliacao_1173550_800" value="99932198" type="hidden">
                <input name="nr_Nota_1173550_800" id="nr_Nota_1173550_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_890" id="ci_AlunoAvaliacao_1173550_890" value="99371273" type="hidden">
                <input name="nr_Nota_1173550_890" id="nr_Nota_1173550_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_970" id="ci_AlunoAvaliacao_1173550_970" value="99252466" type="hidden">
                <input name="nr_Nota_1173550_970" id="nr_Nota_1173550_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_3330" id="ci_AlunoAvaliacao_1173550_3330" value="99932327" type="hidden">
                <input name="nr_Nota_1173550_3330" id="nr_Nota_1173550_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_1130" id="ci_AlunoAvaliacao_1173550_1130" value="99371489" type="hidden">
                <input name="nr_Nota_1173550_1130" id="nr_Nota_1173550_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_1140" id="ci_AlunoAvaliacao_1173550_1140" value="100098499" type="hidden">
                <input name="nr_Nota_1173550_1140" id="nr_Nota_1173550_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_1200" id="ci_AlunoAvaliacao_1173550_1200" value="99808398" type="hidden">
                <input name="nr_Nota_1173550_1200" id="nr_Nota_1173550_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_1620" id="ci_AlunoAvaliacao_1173550_1620" value="99809485" type="hidden">
                <input name="nr_Nota_1173550_1620" id="nr_Nota_1173550_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1173550_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1173550_1730" id="ci_AlunoAvaliacao_1173550_1730" value="99252706" type="hidden">
                <input name="nr_Nota_1173550_1730" id="nr_Nota_1173550_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1657826&nbsp;RAISSA MARA ALVES QUEIROZ
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="1657826" type="hidden"></td>
            
            <td id="colunaNotaAluno_1657826_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_154" id="ci_AlunoAvaliacao_1657826_154" value="100097708" type="hidden">
                <input name="nr_Nota_1657826_154" id="nr_Nota_1657826_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_160" id="ci_AlunoAvaliacao_1657826_160" value="99808927" type="hidden">
                <input name="nr_Nota_1657826_160" id="nr_Nota_1657826_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_530" id="ci_AlunoAvaliacao_1657826_530" value="99660547" type="hidden">
                <input name="nr_Nota_1657826_530" id="nr_Nota_1657826_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_780" id="ci_AlunoAvaliacao_1657826_780" value="99252264" type="hidden">
                <input name="nr_Nota_1657826_780" id="nr_Nota_1657826_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_800" id="ci_AlunoAvaliacao_1657826_800" value="99932199" type="hidden">
                <input name="nr_Nota_1657826_800" id="nr_Nota_1657826_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_890" id="ci_AlunoAvaliacao_1657826_890" value="99371274" type="hidden">
                <input name="nr_Nota_1657826_890" id="nr_Nota_1657826_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_970" id="ci_AlunoAvaliacao_1657826_970" value="99252467" type="hidden">
                <input name="nr_Nota_1657826_970" id="nr_Nota_1657826_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_3330" id="ci_AlunoAvaliacao_1657826_3330" value="99932328" type="hidden">
                <input name="nr_Nota_1657826_3330" id="nr_Nota_1657826_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_1130" id="ci_AlunoAvaliacao_1657826_1130" value="99371490" type="hidden">
                <input name="nr_Nota_1657826_1130" id="nr_Nota_1657826_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_1140" id="ci_AlunoAvaliacao_1657826_1140" value="100098500" type="hidden">
                <input name="nr_Nota_1657826_1140" id="nr_Nota_1657826_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_1200" id="ci_AlunoAvaliacao_1657826_1200" value="99808399" type="hidden">
                <input name="nr_Nota_1657826_1200" id="nr_Nota_1657826_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_1620" id="ci_AlunoAvaliacao_1657826_1620" value="99809486" type="hidden">
                <input name="nr_Nota_1657826_1620" id="nr_Nota_1657826_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657826_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657826_1730" id="ci_AlunoAvaliacao_1657826_1730" value="99252707" type="hidden">
                <input name="nr_Nota_1657826_1730" id="nr_Nota_1657826_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;554125&nbsp;RITA DE CASSIA SOUSA DE MELO
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="554125" type="hidden"></td>
            
            <td id="colunaNotaAluno_554125_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_154" id="ci_AlunoAvaliacao_554125_154" value="100097709" type="hidden">
                <input name="nr_Nota_554125_154" id="nr_Nota_554125_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_160" id="ci_AlunoAvaliacao_554125_160" value="99808928" type="hidden">
                <input name="nr_Nota_554125_160" id="nr_Nota_554125_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_530" id="ci_AlunoAvaliacao_554125_530" value="99660548" type="hidden">
                <input name="nr_Nota_554125_530" id="nr_Nota_554125_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_780" id="ci_AlunoAvaliacao_554125_780" value="99252265" type="hidden">
                <input name="nr_Nota_554125_780" id="nr_Nota_554125_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_800" id="ci_AlunoAvaliacao_554125_800" value="99932200" type="hidden">
                <input name="nr_Nota_554125_800" id="nr_Nota_554125_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_890" id="ci_AlunoAvaliacao_554125_890" value="99371275" type="hidden">
                <input name="nr_Nota_554125_890" id="nr_Nota_554125_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_970" id="ci_AlunoAvaliacao_554125_970" value="99252468" type="hidden">
                <input name="nr_Nota_554125_970" id="nr_Nota_554125_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_3330" id="ci_AlunoAvaliacao_554125_3330" value="99932329" type="hidden">
                <input name="nr_Nota_554125_3330" id="nr_Nota_554125_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_1130" id="ci_AlunoAvaliacao_554125_1130" value="99371491" type="hidden">
                <input name="nr_Nota_554125_1130" id="nr_Nota_554125_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_1140" id="ci_AlunoAvaliacao_554125_1140" value="100098501" type="hidden">
                <input name="nr_Nota_554125_1140" id="nr_Nota_554125_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_1200" id="ci_AlunoAvaliacao_554125_1200" value="99808400" type="hidden">
                <input name="nr_Nota_554125_1200" id="nr_Nota_554125_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_1620" id="ci_AlunoAvaliacao_554125_1620" value="99809487" type="hidden">
                <input name="nr_Nota_554125_1620" id="nr_Nota_554125_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_554125_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_554125_1730" id="ci_AlunoAvaliacao_554125_1730" value="99252708" type="hidden">
                <input name="nr_Nota_554125_1730" id="nr_Nota_554125_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197124&nbsp;SAMUEL SANTOS BRITO
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="1197124" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197124_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_154" id="ci_AlunoAvaliacao_1197124_154" value="99929327" type="hidden">
                <input name="nr_Nota_1197124_154" id="nr_Nota_1197124_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_160" id="ci_AlunoAvaliacao_1197124_160" value="99808929" type="hidden">
                <input name="nr_Nota_1197124_160" id="nr_Nota_1197124_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_530" id="ci_AlunoAvaliacao_1197124_530" value="99660549" type="hidden">
                <input name="nr_Nota_1197124_530" id="nr_Nota_1197124_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_780" id="ci_AlunoAvaliacao_1197124_780" value="99252266" type="hidden">
                <input name="nr_Nota_1197124_780" id="nr_Nota_1197124_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_800" id="ci_AlunoAvaliacao_1197124_800" value="99929328" type="hidden">
                <input name="nr_Nota_1197124_800" id="nr_Nota_1197124_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_890" id="ci_AlunoAvaliacao_1197124_890" value="99371276" type="hidden">
                <input name="nr_Nota_1197124_890" id="nr_Nota_1197124_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_970" id="ci_AlunoAvaliacao_1197124_970" value="99252469" type="hidden">
                <input name="nr_Nota_1197124_970" id="nr_Nota_1197124_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_3330" id="ci_AlunoAvaliacao_1197124_3330" value="99929329" type="hidden">
                <input name="nr_Nota_1197124_3330" id="nr_Nota_1197124_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_1130" id="ci_AlunoAvaliacao_1197124_1130" value="99371492" type="hidden">
                <input name="nr_Nota_1197124_1130" id="nr_Nota_1197124_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_1140" id="ci_AlunoAvaliacao_1197124_1140" value="99929330" type="hidden">
                <input name="nr_Nota_1197124_1140" id="nr_Nota_1197124_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_1200" id="ci_AlunoAvaliacao_1197124_1200" value="99808401" type="hidden">
                <input name="nr_Nota_1197124_1200" id="nr_Nota_1197124_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_1620" id="ci_AlunoAvaliacao_1197124_1620" value="99809488" type="hidden">
                <input name="nr_Nota_1197124_1620" id="nr_Nota_1197124_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197124_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197124_1730" id="ci_AlunoAvaliacao_1197124_1730" value="99252709" type="hidden">
                <input name="nr_Nota_1197124_1730" id="nr_Nota_1197124_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202659&nbsp;SUZILENE VASCONCELOS DA SILVA
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="1202659" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202659_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_154" id="ci_AlunoAvaliacao_1202659_154" value="100097710" type="hidden">
                <input name="nr_Nota_1202659_154" id="nr_Nota_1202659_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_160" id="ci_AlunoAvaliacao_1202659_160" value="99808930" type="hidden">
                <input name="nr_Nota_1202659_160" id="nr_Nota_1202659_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_530" id="ci_AlunoAvaliacao_1202659_530" value="99660550" type="hidden">
                <input name="nr_Nota_1202659_530" id="nr_Nota_1202659_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_780" id="ci_AlunoAvaliacao_1202659_780" value="99252267" type="hidden">
                <input name="nr_Nota_1202659_780" id="nr_Nota_1202659_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_800" id="ci_AlunoAvaliacao_1202659_800" value="99932201" type="hidden">
                <input name="nr_Nota_1202659_800" id="nr_Nota_1202659_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_890" id="ci_AlunoAvaliacao_1202659_890" value="99371277" type="hidden">
                <input name="nr_Nota_1202659_890" id="nr_Nota_1202659_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_970" id="ci_AlunoAvaliacao_1202659_970" value="99252470" type="hidden">
                <input name="nr_Nota_1202659_970" id="nr_Nota_1202659_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_3330" id="ci_AlunoAvaliacao_1202659_3330" value="99932330" type="hidden">
                <input name="nr_Nota_1202659_3330" id="nr_Nota_1202659_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_1130" id="ci_AlunoAvaliacao_1202659_1130" value="99371493" type="hidden">
                <input name="nr_Nota_1202659_1130" id="nr_Nota_1202659_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_1140" id="ci_AlunoAvaliacao_1202659_1140" value="100098502" type="hidden">
                <input name="nr_Nota_1202659_1140" id="nr_Nota_1202659_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_1200" id="ci_AlunoAvaliacao_1202659_1200" value="99808402" type="hidden">
                <input name="nr_Nota_1202659_1200" id="nr_Nota_1202659_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_1620" id="ci_AlunoAvaliacao_1202659_1620" value="99809489" type="hidden">
                <input name="nr_Nota_1202659_1620" id="nr_Nota_1202659_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202659_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202659_1730" id="ci_AlunoAvaliacao_1202659_1730" value="99252710" type="hidden">
                <input name="nr_Nota_1202659_1730" id="nr_Nota_1202659_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167684&nbsp;TAYRANE LIMA SANTOS
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1167684" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167684_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_154" id="ci_AlunoAvaliacao_1167684_154" value="99271303" type="hidden">
                <input name="nr_Nota_1167684_154" id="nr_Nota_1167684_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_160" id="ci_AlunoAvaliacao_1167684_160" value="99271304" type="hidden">
                <input name="nr_Nota_1167684_160" id="nr_Nota_1167684_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_530" id="ci_AlunoAvaliacao_1167684_530" value="99271305" type="hidden">
                <input name="nr_Nota_1167684_530" id="nr_Nota_1167684_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_780" id="ci_AlunoAvaliacao_1167684_780" value="99252268" type="hidden">
                <input name="nr_Nota_1167684_780" id="nr_Nota_1167684_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_800" id="ci_AlunoAvaliacao_1167684_800" value="99271306" type="hidden">
                <input name="nr_Nota_1167684_800" id="nr_Nota_1167684_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_890" id="ci_AlunoAvaliacao_1167684_890" value="99271307" type="hidden">
                <input name="nr_Nota_1167684_890" id="nr_Nota_1167684_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_970" id="ci_AlunoAvaliacao_1167684_970" value="99252471" type="hidden">
                <input name="nr_Nota_1167684_970" id="nr_Nota_1167684_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_3330" id="ci_AlunoAvaliacao_1167684_3330" value="99271308" type="hidden">
                <input name="nr_Nota_1167684_3330" id="nr_Nota_1167684_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_1130" id="ci_AlunoAvaliacao_1167684_1130" value="99271309" type="hidden">
                <input name="nr_Nota_1167684_1130" id="nr_Nota_1167684_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_1140" id="ci_AlunoAvaliacao_1167684_1140" value="99271310" type="hidden">
                <input name="nr_Nota_1167684_1140" id="nr_Nota_1167684_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_1200" id="ci_AlunoAvaliacao_1167684_1200" value="99271311" type="hidden">
                <input name="nr_Nota_1167684_1200" id="nr_Nota_1167684_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_1620" id="ci_AlunoAvaliacao_1167684_1620" value="99271312" type="hidden">
                <input name="nr_Nota_1167684_1620" id="nr_Nota_1167684_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167684_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167684_1730" id="ci_AlunoAvaliacao_1167684_1730" value="99252711" type="hidden">
                <input name="nr_Nota_1167684_1730" id="nr_Nota_1167684_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;750058&nbsp;VALESCA VANDA BATISTA TEIXEIRA
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="750058" type="hidden"></td>
            
            <td id="colunaNotaAluno_750058_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_154" id="ci_AlunoAvaliacao_750058_154" value="99929499" type="hidden">
                <input name="nr_Nota_750058_154" id="nr_Nota_750058_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_160" id="ci_AlunoAvaliacao_750058_160" value="99808931" type="hidden">
                <input name="nr_Nota_750058_160" id="nr_Nota_750058_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_530" id="ci_AlunoAvaliacao_750058_530" value="99660551" type="hidden">
                <input name="nr_Nota_750058_530" id="nr_Nota_750058_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_780" id="ci_AlunoAvaliacao_750058_780" value="99252269" type="hidden">
                <input name="nr_Nota_750058_780" id="nr_Nota_750058_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_800" id="ci_AlunoAvaliacao_750058_800" value="99929500" type="hidden">
                <input name="nr_Nota_750058_800" id="nr_Nota_750058_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_890" id="ci_AlunoAvaliacao_750058_890" value="99371278" type="hidden">
                <input name="nr_Nota_750058_890" id="nr_Nota_750058_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_970" id="ci_AlunoAvaliacao_750058_970" value="99252472" type="hidden">
                <input name="nr_Nota_750058_970" id="nr_Nota_750058_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_3330" id="ci_AlunoAvaliacao_750058_3330" value="99929501" type="hidden">
                <input name="nr_Nota_750058_3330" id="nr_Nota_750058_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_1130" id="ci_AlunoAvaliacao_750058_1130" value="99371494" type="hidden">
                <input name="nr_Nota_750058_1130" id="nr_Nota_750058_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_1140" id="ci_AlunoAvaliacao_750058_1140" value="99929502" type="hidden">
                <input name="nr_Nota_750058_1140" id="nr_Nota_750058_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_1200" id="ci_AlunoAvaliacao_750058_1200" value="99808403" type="hidden">
                <input name="nr_Nota_750058_1200" id="nr_Nota_750058_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_1620" id="ci_AlunoAvaliacao_750058_1620" value="99809490" type="hidden">
                <input name="nr_Nota_750058_1620" id="nr_Nota_750058_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750058_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750058_1730" id="ci_AlunoAvaliacao_750058_1730" value="99252712" type="hidden">
                <input name="nr_Nota_750058_1730" id="nr_Nota_750058_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1205944&nbsp;VANESSA VANDA BATISTA TEIXEIRA
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="1205944" type="hidden"></td>
            
            <td id="colunaNotaAluno_1205944_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_154" id="ci_AlunoAvaliacao_1205944_154" value="98866328" type="hidden">
                <input name="nr_Nota_1205944_154" id="nr_Nota_1205944_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_160" id="ci_AlunoAvaliacao_1205944_160" value="98866329" type="hidden">
                <input name="nr_Nota_1205944_160" id="nr_Nota_1205944_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_530" id="ci_AlunoAvaliacao_1205944_530" value="98866330" type="hidden">
                <input name="nr_Nota_1205944_530" id="nr_Nota_1205944_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_780" id="ci_AlunoAvaliacao_1205944_780" value="98866331" type="hidden">
                <input name="nr_Nota_1205944_780" id="nr_Nota_1205944_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_800" id="ci_AlunoAvaliacao_1205944_800" value="98866332" type="hidden">
                <input name="nr_Nota_1205944_800" id="nr_Nota_1205944_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_890" id="ci_AlunoAvaliacao_1205944_890" value="98866333" type="hidden">
                <input name="nr_Nota_1205944_890" id="nr_Nota_1205944_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_970" id="ci_AlunoAvaliacao_1205944_970" value="98866334" type="hidden">
                <input name="nr_Nota_1205944_970" id="nr_Nota_1205944_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_3330" id="ci_AlunoAvaliacao_1205944_3330" value="98866335" type="hidden">
                <input name="nr_Nota_1205944_3330" id="nr_Nota_1205944_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_1130" id="ci_AlunoAvaliacao_1205944_1130" value="98866336" type="hidden">
                <input name="nr_Nota_1205944_1130" id="nr_Nota_1205944_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_1140" id="ci_AlunoAvaliacao_1205944_1140" value="98866337" type="hidden">
                <input name="nr_Nota_1205944_1140" id="nr_Nota_1205944_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_1200" id="ci_AlunoAvaliacao_1205944_1200" value="98866338" type="hidden">
                <input name="nr_Nota_1205944_1200" id="nr_Nota_1205944_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_1620" id="ci_AlunoAvaliacao_1205944_1620" value="98866339" type="hidden">
                <input name="nr_Nota_1205944_1620" id="nr_Nota_1205944_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1205944_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1205944_1730" id="ci_AlunoAvaliacao_1205944_1730" value="98866340" type="hidden">
                <input name="nr_Nota_1205944_1730" id="nr_Nota_1205944_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1174369&nbsp;ZILDA HELENA DE PAULO DA SILVA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1174369" type="hidden"></td>
            
            <td id="colunaNotaAluno_1174369_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_154" id="ci_AlunoAvaliacao_1174369_154" value="100097711" type="hidden">
                <input name="nr_Nota_1174369_154" id="nr_Nota_1174369_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_160" id="ci_AlunoAvaliacao_1174369_160" value="99808932" type="hidden">
                <input name="nr_Nota_1174369_160" id="nr_Nota_1174369_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_530" id="ci_AlunoAvaliacao_1174369_530" value="99660552" type="hidden">
                <input name="nr_Nota_1174369_530" id="nr_Nota_1174369_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_780" id="ci_AlunoAvaliacao_1174369_780" value="99252270" type="hidden">
                <input name="nr_Nota_1174369_780" id="nr_Nota_1174369_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_800" id="ci_AlunoAvaliacao_1174369_800" value="99932202" type="hidden">
                <input name="nr_Nota_1174369_800" id="nr_Nota_1174369_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_890" id="ci_AlunoAvaliacao_1174369_890" value="99371279" type="hidden">
                <input name="nr_Nota_1174369_890" id="nr_Nota_1174369_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_970" id="ci_AlunoAvaliacao_1174369_970" value="99252473" type="hidden">
                <input name="nr_Nota_1174369_970" id="nr_Nota_1174369_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_3330" id="ci_AlunoAvaliacao_1174369_3330" value="99932331" type="hidden">
                <input name="nr_Nota_1174369_3330" id="nr_Nota_1174369_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_1130" id="ci_AlunoAvaliacao_1174369_1130" value="99371495" type="hidden">
                <input name="nr_Nota_1174369_1130" id="nr_Nota_1174369_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_1140" id="ci_AlunoAvaliacao_1174369_1140" value="100098503" type="hidden">
                <input name="nr_Nota_1174369_1140" id="nr_Nota_1174369_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_1200" id="ci_AlunoAvaliacao_1174369_1200" value="99808404" type="hidden">
                <input name="nr_Nota_1174369_1200" id="nr_Nota_1174369_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_1620" id="ci_AlunoAvaliacao_1174369_1620" value="99809491" type="hidden">
                <input name="nr_Nota_1174369_1620" id="nr_Nota_1174369_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174369_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174369_1730" id="ci_AlunoAvaliacao_1174369_1730" value="99252713" type="hidden">
                <input name="nr_Nota_1174369_1730" id="nr_Nota_1174369_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 352px; left: 838px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (ESPANHOL)</h3><div class="body">GEORGE MICHEL VIEIRA DE SA</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>